auto merge of #1019 : alexcrichton/cargo/issue-991, r=brson
authorbors <bors@rust-lang.org>
Mon, 8 Dec 2014 21:19:01 +0000 (21:19 +0000)
committerbors <bors@rust-lang.org>
Mon, 8 Dec 2014 21:19:01 +0000 (21:19 +0000)
It turns out that the registry was being queried with git dependencies as well,
so this commit alters the core registry not query sources with dependencies that
did not originate from the source.

Closes #991


Trivial merge